vcWaitDigitalInputStatement
A statement for ensuring and waiting for a digital input value before proceeding with program execution.
See in: Overview
Module: vcRobotics2
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| PortNumber | vcIntExpressionProperty | R | Gets the output port number. |
| ValueCondition | vcBoolExpressionProperty | R | Gets a boolean expression used to generate a value that is compared to the signal's value. |
| WaitTrigger | Boolean | RW | Gets or sets a value that, when true, forces waiting for the signal's value to change at least once before performing the value comparison.See moreIf false, the signal value is evaluated immeditately upon execution and program can proceed immediately if the value comparison is satisfied. |